
QT4.6.3文档翻译:QDialog类参考,QDialog Class Reference
其中的accepted
当对话框被用户或者被通过调用accept()或以QDialog::Accepted参数调用done()来接受时,这个信号被发射。
注意当使用hide()或者setVisible(false)来隐藏对话框时,这个信号不被发射。这包括在对话框可见的时候删除它。
这个函数是在Qt 4.1中引进的。
参见finished()和rejected()。
HxLauncher: Launch Android applications by voice commands